/*标签样式初始化*/
div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd,i,em{margin: 0px; padding: 0px;list-style: none;border: 0px;font-style: normal;}
.dfs{display:flex;align-items: center;justify-content: space-between;}

/*公共样式部分*/
body {color: #666;margin: 0 auto;background-color: #fff; font-family: "Microsoft YaHei";overflow-x: hidden;font-size:14px;}

#copy { display: none;}
*{-webkit-box-sizing: border-box;box-sizing: border-box;}
a {color: #666; text-decoration: none;font-size:14px;}
a:hover { color:#fe6327;text-decoration: none; border-bottom-style:}
.box{ margin:0 auto;width:80%;min-width: 1400px; box-sizing: border-box;padding: 0 2%;}
.page{width:1400px;margin:0 auto;}
.bg{ width: 100%;min-width:1400px;position: relative;}

.fl { float: left;}
.fr {float: right;}

/*左右浮动清除*/
.clear { clear: both;height: 0px; overflow: hidden;}


/*间隙*/
.top10 {padding-top: 10px;}
.top20 {padding-top: 20px;}
.top30 {padding-top: 30px;}
.top40 {padding-top: 40px;}
.top50 {padding-top: 50px;}
.top60 {padding-top: 60px;}
.top70 {padding-top: 70px;}
.top80 {padding-top: 80px;}
.top90 {padding-top: 90px;}
.top100 {padding-top: 100px;}


/*英文样式*/
.font_en {font-family: Arial, Helvetica, sans-serif;text-transform: uppercase;font-weight: normal;}
.en {font-family: Arial, Helvetica, sans-serif;font-weight: normal;}


/*共用样式*/
.t{text-align: center;}
.t h1{font-size: 40px;color: #222;position: relative;z-index: 9;}
.t p{font-size: 18px;color: #666;margin-top: 5px;}
.t span{font-size: 46px;color: #eee;background-image: linear-gradient(180deg, #eee 0%, transparent);-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-family: 'Futura';text-transform: uppercase;}
.t d{color:#fe6327;}


.title i d{color:#28b166;}



/*最上*/
.top_bg{width:100%;height:46px;line-height: 46px;background:#28b166;}
.top *{display: block;font-size:15px;}
.top_fl *,.top_fr *{float:left;color:#fff !important;}
.top_fl *:hover,.top_fr *:hover{color:#fff !important;}
.top_fr p{font-size:16px;padding-left: 30px;border-left: 1px rgba(255,255,255,0.2) solid;}
.top_fr *{float:left;padding-right:30px;border-right: 1px rgba(255,255,255,0.2) solid;}
.top_fr *+*{margin-left:30px;}
.top a:hover{color:#fff;}



/*抬头*/
.head_bg{height:130px;}
.logo *{display: block;}
.logo a{display: flex;justify-content: center;align-items: center;flex-flow: row;height: 130px;}
.logo img{float:left;margin: 0px 15px 0 0;width: 120px;}
.logo b{display: block;margin-bottom: 10px;line-height: 24px;font-size: 32px;color:#333;}
.logo p{font-size:18px;color:#666;letter-spacing: 6.3px;}


/*栏目*/
.NavCeshi li{float:left;padding: 0 1.2vw;position:relative;top: 0px;transition: 0.2s all ease-in-out;}
.NavCeshi li>a{display:block;position: relative;text-align: center;}
.NavCeshi li i{line-height:130px;font-style:normal;font-size: 16px;color:#333;}
.NavCeshi li.navcurrent i,.NavCeshi > li:hover > a i{color:#28b166;}
.NavCeshi > li.navcurrent > a:before,.NavCeshi > li:hover > a:before{ left: 12px !important}
.NavCeshi > li > a:after{ content: ''; display: block; width: 0%; height:2px;transition: 0.2s all ease-in-out; position: absolute; left:0%; bottom: 0; background: #28b166;z-index: -1; }
.NavCeshi > li.navcurrent > a:after, .NavCeshi > li:hover > a:after{ width: 100%}

/*下拉*/
.NavCeshi .nav2{width:190px;border-top: 4px #28b166 solid;position: absolute;left:50%;top:100px;transform: translate(-50% );z-index: 9;transition: all 0.3s ease-out 0s;opacity: 0;}
.NavCeshi li:hover .nav2{opacity: 1;top:130px;z-index: 9999;}
.NavCeshi .nav2 a{display: block;height: 50px;line-height: 50px;background: #28b166;color: #fff;text-align: center;transition:ease-out .3s;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.NavCeshi .nav2 a:hover{background: #fff;text-indent: 10px;color: #28b166;}
.nav2 table{width: 100%;}


/*幻灯片*/
.banner-box,.banner-box .bd li{height:750px;}
.banner-box .banner-btn a.prev{background-image:url(//memberpic.114my.com.cn/076983818269/uploadfile/image/20220422/20220422195105_567178980.png);}
.banner-box .banner-btn a.next{background-image:url(//memberpic.114my.com.cn/076983818269/uploadfile/image/20220422/20220422195105_597047753.png);}
.banner-box .hd ul li.on{background:#28b166;}
.banner-box{min-width:1400px;position:relative;overflow:hidden;margin: 0 auto;}
.banner-box .bd{ width:100% !important;}
.banner-b{position: absolute;bottom: 0;}
.banner-box .bd li{width:100%;background-position: center;background-repeat: no-repeat;}
.banner-box .bd li a{display:block;background-size:auto;width:100% !important; height:100% !important;}
.banner-btn a{display:block;width:60px;height:60px;position:absolute;opacity:0.4;-webkit-transition: 0.3s all ease-in-out;transition:0.3s all linear; top:350px;background-repeat:no-repeat; }
.banner-btn a.prev{animation:prev 1.5s linear infinite;} 
.banner-btn a.next{animation:next 1.5s linear infinite;}
@keyframes prev{
	0%{left:60px;opacity:1;}
	50%{left:80px;opacity:0.1;}
	100%{left:60px;opacity:1;}
}

@keyframes next{
	0%{right:60px;opacity:1;}
    50%{right:80px;opacity:0.1;}
	100%{right:60px;opacity:1;}
}


.banner-box .hd {position:absolute;bottom:20px;width: 100%;display: block;}
.banner-box .hd ul{ text-align: center}
.banner-box .hd ul li{ width:20px; height:10px; border-radius :20px; text-indent:-9999px; background:#ccc; cursor:pointer; display:inline-block; margin:0 5px; -webkit-transition: 0.3s all ease-in-out; transition:0.3s all ease-in-out}
.banner-box .hd ul li.on{ width: 32px;}



/*products*/
.pro_df{display: flex;align-items: center;justify-content: space-between;margin-bottom: 40px;}
.proTit{width:100%;text-align:center;}
.proTit .more{width: 170px; height: 50px; background-color: #08a10f; line-height: 50px; border-radius: 4px; color: #fff; text-align: center; text-transform: uppercase;}
.proTit .more:before{border-radius: 4px;}
.title{text-align:center;}
.title i{display: block; font-weight: bold; font-size: 40px; line-height: 40px; -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgb(250 250 250 / 0.1))); text-transform: uppercase;color:#222;}
.title span{display: block; font-size: 18px; margin-top: 18px;}
.pro_bc{padding: 80px 0; position: relative; background: #f9f9f9;}
.pro_nav{display: flex;justify-content: space-between;align-items: center;width: 100%;margin: 0 auto 30px;}
.pro_nav>div{width: 100%;}
.pro_nav ul{display: flex; justify-content: space-between;}
.pro_nav ul li{width: calc((100% - 100px) / 6);}
.pro_nav li a{display: block;font-size: 15px;position: relative;line-height: 50px;width: 100%;text-align: center;color: #fff;background:#28b166;}
.pro_nav li.on a{background: #ff8500;}
.pro_ic ul{display: flex; justify-content: space-between; width: 100%;margin-bottom:2%;}
.pro_ic{display: flex; transition: all .5s;}
.pro_ic>div{flex-shrink: 0; width: 100%;}
.pro_c{overflow: hidden; position: relative; z-index: 2;}
.pro_ic img{width: 100%; height: auto; transition: .75s;}
.pro_ic ul li{width: 23.5%; flex-shrink: 0;border: 5px solid #fff;}
.pro_ic ul li>a{display: block;overflow: hidden;}
.pro_ic ul li br{display: none;}
.pro_ic ul li span a{display: block; font-size: 18px; position: relative; background: #28b166; height: 60px; padding: 0 30px; display: flex; align-items: center; justify-content: space-between; flex-flow: row-reverse;color:#fff;}
.pro_ic ul li span a:before{content: "+"; font-family: "iconfont"; right: 0; top: 0; font-size: 24px; color: #333; width: 40px; height: 40px; background: #fff; border-radius: 50%; text-align: center; line-height: 40px; transition: .5s; display: block;}
.pro_ic ul li:hover span a:before{background: #fea322; color: #fff;}
.pro_ic li:hover img{transform: scale(1.1);}



/*产品优势*/
.prodadv{position: relative;}
.prodadv .tit {position: absolute;z-index: 2;left: 0;top: 20px;color: #333;    }
.prodadv .tit h4 {writing-mode: vertical-rl;-webkit-writing-mode: vertical-rl;-ms-writing-mode: vertical-rl;writing-mode: tb-rl;position: absolute;left: 0;top: 0;font-family: "Constantia", 'Times New Roman', Times, serif;font-size: 40px;line-height: 30px;font-weight: bold;letter-spacing: 1px;}
.prodadv .tit h4:before {content: "";display: block;position: absolute;z-index: -1;left: -1px;top: 0;width: 13px;height: 100%;background-color: #fea322;}
.prodadv .tit h3 {position: absolute;top: 0;left:80px;writing-mode: vertical-rl;-webkit-writing-mode: vertical-rl;-ms-writing-mode: vertical-rl;writing-mode: tb-rl;width: 26px;font-size: 26px;line-height: 1;letter-spacing: 9px;white-space: nowrap;}
.prodadv .tit p {position: absolute;left: 138px;top: 0;width: 15px;font-size:15px;letter-spacing: 4.5px;color: #666666;writing-mode: vertical-rl;-webkit-writing-mode: vertical-rl;-ms-writing-mode: vertical-rl;writing-mode: tb-rl;white-space: nowrap;}
.prodadv .tit .more {display: block;position: absolute;left: 0;top: 398px;width: 154px;height: 42px;line-height: 42px;text-align: center;background-color: #094;border-radius: 25px;color: #fff;font-size: 15px;overflow: hidden;z-index: 1;-webkit-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
.prodadv .tit .more:before {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;border: 2px solid #094;border-radius: 25px;z-index: -1;opacity: 0;-webkit-transform: scale3d(0.6, 0.6, 1);transform: scale3d(0.6, 0.6, 1);-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;transition: transform 0.3s, opacity 0.3s;-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);box-sizing: border-box;}
.prodadv .tit .more:hover {background: none;color: #094;-webkit-transform: translateY(-4px);transform: translateY(-4px);box-shadow: 0 10px 10px -5px rgba(43, 194, 154, 0.5);}
.prodadv .tit .more:hover:before {-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);opacity: 1;}

.prodadv_r{width: 100%;}
.prodadv_r li {float: left;width: calc(100% / 4);transition: all 0.3s ease;position: relative;}

.prodadv_w{height: 280px; background: #f5f5f5; text-align: center; padding:50px 20px 0 20px; }
.prodadv_w p{font-size: 30px; color: #222;}
.prodadv_w dd{font-size: 12px; color: #ccc; font-family: "Arial"; text-transform: uppercase; line-height:30px;}
.prodadv_w dd:after{ content: ""; display: block; margin: 30px auto; width: 30px; height: 1px; background: #ccc; }
.prodadv_w span{font-size: 15px; line-height: 30px;}
.prodadv_img{height: 280px; overflow: hidden; transition: all 0.3s ease; background:#fff; }
.prodadv_img img{width:100%;height: 100%;}

.prodadv_r li:hover{box-shadow: 0 0 80px rgba(0,0,0,0.1);z-index:2;}
.prodadv_r li:hover .quality_m{padding:0 50px 50px;}
.prodadv_r li:nth-child(2):hover .quality_m{padding:50px 50px 0 50px;}


/*appli*/
.case_bg{background:#f5f5f5;}
.case_con{margin-top:30px;position: relative;     height: 545px;}
.case_con li{position:absolute;width:345px;height:260px;}
.case_con li:nth-child(2){top:285px;}
.case_con li:nth-child(3){width: 660px;height: 545px;left:370px;}
.case_con li:nth-child(4){right:0px;}
.case_con li:nth-child(5){right:0px;top:285px;}
.case_con li *{display:block;}
.case_con li>a img{width:100%;height:auto;}
.case_con li:nth-child(3)>a img{height:545px;}
.case_con li p{width: 100%;height: inherit; line-height: 260px;background: rgb(0 0 0 / 0.5);text-align: center;position: absolute;top: 0;left: 0;transition: all 0.3s;transform: scale(0);}
.case_con li:nth-child(3) p{line-height:545px;}
.case_con li:hover p{transform: scale(1);}
.case_con li p a{font-size: 18px;color: #fff;}



/*为什么选择鑫龙包装*/
.avb_bg{background:url(//memberpic.114my.com.cn/076983818269/uploadfile/image/20220421/20220421171520_1035456909.jpg)no-repeat center;}
.avb_title h1{color:#fff;}
.avb_title h1 d{color:#fff;}
.avb_title p{color:rgba(255,255,255,0.6);}
.avb_toggle ul{display: flex;justify-content: space-around;align-items: center;height: 180px;}
.avb_toggle li{display: flex;justify-content: center;align-items: center;width: 25%;height: 180px;background: #fff;border: 1px #eee solid;cursor: pointer;position: relative;}
.avb_toggle li+li{border-left: none;}
.avb_toggle li *{position: relative;z-index: 2;}
.avb_toggle p{font-size: 28px;color:#333;font-weight: bold;}
.avb_toggle li.on p{color:#28b166;}
.avb_toggle p:before{content: "";display: block;width:60px;height:60px;margin: 0 auto 10px;background: url(//memberpic.114my.com.cn/076983818269/uploadfile/image/20220422/20220422194735_1472400059.png)no-repeat;transition: all 0.3s;}
.avb_toggle li:nth-child(2) p:before{background-position: -60px 0;}
.avb_toggle li:nth-child(3) p:before{background-position: -120px 0;}
.avb_toggle li:nth-child(4) p:before{background-position: -180px 0;}
.avb_toggle li.on:nth-child(1) p:before{background-position:0px -60px;}
.avb_toggle li.on:nth-child(2) p:before{background-position:-60px -60px;}
.avb_toggle li.on:nth-child(3) p:before{background-position:-120px -60px;}
.avb_toggle li.on:nth-child(4) p:before{background-position:-180px -60px;}
/*内容*/
.avb_content{position: relative;}
.avb_content ul{display: flex;}
.avb_text{display: flex;justify-content: center;flex-flow: column;padding: 55px;background: #fff;}
.avb_text t{width:590px;height:80px;line-height: 80px;margin-bottom: 40px;padding-left: 40px;background: #28b166;font-size: 28px;color:#fff;font-weight: bold;position: relative;}
.avb_text t:before{content: "";display: block;width:80px;height:1px;background: #28b166;position: absolute;top: 40px;left: -95px;}
.avb_text p{padding-left: 45px;background: url(//memberpic.114my.com.cn/076983818269/uploadfile/image/20220422/20220422194735_150298327.png)no-repeat left 8px;font-size: 16px;color:#666;line-height: 30px;}
.avb_text p+p{margin: 20px 0 40px 0;padding-bottom: 40px;border-bottom:1px #eee solid;}
.avb_text i{font-size: 18px;color:#333;}
.avb_text em{font-size: 32px;color:#28b166;font-weight: bold;}



/*公司简介*/
.about_bg{padding:80px 0 40px;}
.about{display: flex;justify-content: space-between;align-items: center;}
.about_l{width:48%;}
.about_l .title {text-align:left;}
.about_r{width:50%;height: 500px;overflow: hidden;}
.about_box{    margin-top: 50px;}
.about_box p{font-size:15px;color:#666;line-height:30px;}
.about_box a{width: 160px;height: 40px;line-height: 40px;background: #28b166;display: block;color: #fff;text-align: center;font-size: 14px;margin-top: 40px;}



.com_b{position: relative;text-align:center;padding:50px; background: #fff;box-shadow: 0 0 100px rgba(0,0,0,0.1);}

.com_b ul li{display:inline-block;  width:calc((100% - 60px) / 4); margin-right: 20px; transition: 0.3s ease all;position: relative; }
.com_b ul li>a{display: block;overflow: hidden; transition: 0.3s ease all;border:1px #eee solid;}
.com_b .tempWrap{width:100% !important;  }
.com_b img{width:100%;-webkit-transition: 0.3s ease all;transition: 0.3s ease all;height:auto;}
.com_b li:hover img{transform: scale(1.1);}
.com_b li p{    position: absolute; bottom:0; width:100%; height:40px; line-height:40px; background:rgba(0,0,0,0.4);}
.com_b li p a{ font-size:15px; color:#fff;}
.com_btn{background-color:rgba(0,0,0,0.3); background-image:url(//memberpic.114my.com.cn/076983818269/uploadfile/image/20220422/20220422194820_1456024057.png);  background-repeat:no-repeat; background-position: center; width: 40px;height: 84px;position: absolute;top: 38%;cursor: pointer;}
.com_btn.btnl{left:0;}
.com_btn.btnr{right: 0;transform: rotate(180deg);}




/*新闻资讯*/
.new_bg{background:#f5f5f5;}
.new_list a{font-size: 20px;color: #222;}
.new_list a.on{font-weight: bold;}
.new_t{position: relative;text-align:left;}
.new_t span{top: -20px;left: -20px;}
.new_t dd{background:none;}
.new{display: flex;justify-content: space-between;}
.news_list a{display: block;line-height: 40px;padding: 0 30px;background: #f5f5f5;border-radius: 20px;font-size: 16px;float: left;margin-top: 20px;transition:0.3s all ease-in-out;}
.news_list a+a{margin-left: 20px;}
.news_list a.on{background:#28b166;color:#fff;}

.news_b{width: 100% !important;}
.news_box {
    width: 100% !important;float: left;
}

.news_box .news_div_item{width:33.334%;height:118px; float:left;position: relative;box-sizing: border-box;background:#fff;margin-left:2%; margin-bottom:16px; border: 1px solid #eee;transition:0.3s all ease-in-out;}
.news_box .news_div_item:nth-child(1){margin-left:0; }
.news_box .news_div_item:nth-child(-n+2){width:31%;height: 520px; padding:24px;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_pic img{width:100%;box-sizing: border-box;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_pic{position: absolute;top:24px;width:89.362%;display:block;height: 290px;overflow: hidden;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_date{position: absolute;top:370px;width:83%;font-size:12px;color: #999;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_content .news_div_item_title a:after{content: 'Read more →';font-size: 12px;color: #222;line-height: 40px; position: absolute;bottom: -130px;width: 100%;left: 0;}
.news_div_item_year,.news_div_item_month,.news_div_item_day{display: inline-block;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_content{position: absolute;top:330px;width:89.362%;}
a.news_div_item_a{font-size:18px !important;color:#333;line-height:40px; position: relative;}
.news_div_item_body{font-size:14px;color:#999;line-height:26px; overflow : hidden; top: ;ext-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.news_box .news_div_item:nth-child(-n+2) .news_div_item_body{  -webkit-line-clamp: 2; margin-top:24px; }
.new_bg .news_div_item_pic,.news_box .news_div_item:nth-child(n+3) .news_div_item_date{display:none;}
.news_box .news_div_item:nth-child(n+3) .news_div_item_content{width:100%; padding: 26px 34px;}
.news_box .news_div_item:nth-child(n+3) a.news_div_item_a{line-height:30px;}
.news_box .news_div_item:nth-child(n+3):after{content:""; display:block; width:0; height:6px; background:#28b166; margin-bottom:-6px; transition:0.3s all ease-in-out;}
.news_box .news_div_item:hover{    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);}




/*copy*/
.copy {background: #333333;}
.copy .page {width: 1400px;margin: 0 auto;display: flex;justify-content: space-between;align-items: center;}
.copy_row1{padding:70px 0;}
.copy_row2{background: #202020;width: 100%;padding: 40px 0;}
.copy_row2 p{text-align: justify;color: #999;line-height: 30px;font-size: 14px; float: left; width:1500px; margin:0 auto;}
.copy_row2 p a{display: inline-block;color: inherit;font-size: inherit;}
.copy_row2 p a:hover{color: #fff;text-decoration: underline;}
.copy_row1 .copy_r1_l{float: left;width: 70%;}
.copy_row1 .copy_r1_l:after{content: '';display: block;clear: both;}
.copy_row1 .copy_r1_l .copy_item{float: left;padding-right: 120px;}
.copy_row1 .copy_r1_l .copy_item strong{display: block;}
.copy_row1 .copy_r1_l .copy_item strong a{font-weight: normal;color: #fff;font-size: 17px;display: block;line-height: 40px;padding-bottom: 10px;}
.copy_row1 .copy_r1_l .copy_item li{padding-bottom: 5px}
.copy_row1 .copy_r1_l .copy_item li a{font-size: 14px;color: #aaa;font-weight: normal;line-height: 24px;display: inline-block;position: relative; }
.copy_row1 .copy_r1_l .copy_item li a:after{content: '';display: block;position: absolute;bottom:-2px;left: 0;width: 0%;background: #d3281b;height: 1px;transition: 0.3s all ease;}
/*.copy_row1 .copy_r1_l .copy_item li a:hover:after{width: 100%;}*/
.copy_row1 .copy_r1_l .copy_item li a:hover{color: #fff;}
.copy_r3_r {float: right;}
.copy_row1 .copy_r1_r{float:right;width:365px;}
.copy_row1 .copy_r1_r .copy_tel{color: #fff;text-align: justify;font-size: 16px;line-height: 30px;font-weight: normal;padding: 0px 0 25px;background: url(//memberpic.114my.com.cn/076983818269/uploadfile/image/20220422/20220422194857_1920766598.png) no-repeat right 3px;border-bottom: 1px solid rgba(255,255,255,0.1);}
.copy_row1 .copy_r1_r .copy_tel strong{color: #fff;display: block;font-family: din;font-size: 32px;font-weight: normal;}
.copy_row1 .copy_r1_r .copy_ico{text-align: justify;padding: 0px;}
.copy_row1 .copy_r1_r .copy_ico a{display: inline-block;padding: 10px;position: relative;
border: 1px solid #fff;border-radius: 50%;margin: 0px 10px 0px 0px;opacity: .4;transition: .3s all ease;transform: rotate(0deg);}
.copy_row1 .copy_r1_r .copy_ico a:hover{opacity: 1;background: #79c40c;background: -moz-linear-gradient(-45deg,  #28b166 0%,  #28b166 100%);background: -webkit-linear-gradient(-45deg,  #28b166 0%, #28b166 100%);background: linear-gradient(135deg,  #28b166 0%, #28b166 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79c40c', endColorstr=' #28b166',GradientType=1 );border: 1px solid transparent;}
.copy_row1 .copy_r1_r .copy_ico a>img{width: 20px;height: 20px;display: block;}
.copy_row1 .copy_r1_r .copy_ico a i{position: absolute;bottom: 50px;width: 90px;left:-110%;margin-left:10px;display:none;background: #fff;overflow: hidden;border-radius: 5px;}
.copy_row1 .copy_r1_r .copy_ico a i img{width: 100%;display: block;padding: 10px;}

.copy_dz {display: block;padding: 20px 0 30px;}
.copy_dz p {line-height: 30px;font-size: 14px;color: #aaa;}
.copy_dz p img {display: inline-block;vertical-align: middle;padding-right: 5px;}

.copy_row3 .copy_r3_r{width: 8%;float: right;height: 37px;line-height: 35px;color: #aaa;font-size: 13px;margin-top: 17px;}
.linksall{background: #f5f5f5;border:1px #eee solid;}
.links{background:url(//memberpic.114my.com.cn/076983818269/uploadfile/image/20220422/20220422195002_585807315.png) no-repeat right 2% center;height:90px; display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:center; font-size:18px; color:#fff;}
.links>p>span{font-weight: normal;padding:0 20px 0 10px; text-transform:uppercase; color:#222;}
.links p{color: #222;font-size: 18px;}


/*浮动*/
.qqkefu{position: fixed;top:60%;_position: absolute;_top: expression(eval(document.documentElement.scrollTop + 365));z-index: 990;right: 10px;width:39px;}
.qqkefu ul li{width: 45px;height:45px;margin-bottom:1px;float:right;background:url("//memberpic.114my.com.cn/076983818269/uploadfile/image/20220506/20220506095844_2128247448.png") no-repeat;background-color:#28b166;line-height:45px;font-size:14px;cursor:pointer;position:relative;}
.qqkefu ul li a{color:#fff;overflow: hidden;display: block;height: 45px;padding-left: 10px;}
.qqkefu ul li.qq_cza{overflow:hidden}
.qqkefu ul li:hover{background-color:#dc352f;}
.qqkefu ul li.top{background-position: 0 0;position:relative;width:45px;height: 45px;cursor:pointer;}
.qqkefu ul li b{width:45px;height:45px;display:block;overflow:hidden;float:right;}
.qqkefu ul li span{font-size: 14px;font-weight: bold;color: #FFF;}
.qqkefu ul li.qq_phone{background-position: right -46px;}
.qqkefu ul li.qq_ku{background-position: right -92px;}
.qqkefu ul li.qq_ms{background-position: right -138px;}
.qqkefu ul li.qq_czb{background-position: right -184px;}
.qqkefu ul li.qq_czc{background-position: right -184px;}
.qqkefu ul li.qq_app{background-position: right -228px;}
.qqkefu ul li.qq_czae{ line-height:15px !important}
.erweima{width: 130px;height: 150px;position: absolute;top: -107px;left: -150px;background: #FFF; border: 1px solid #CCC;float: left;cursor: default !important;display:none;}
.erweima p{line-height: 20px;color: #000;font-size: 12px;text-align: center;float: left;width: 130px;}
.erweima p img{width: 110px;height: 110px;margin: 10px 10px 0px 10px;}
.erweima .arrow3 {width: 5px;height: 10px;display: block;position: absolute;right: -5px;top: 122px;}
.app{width: 130px;height: 150px;position: absolute;top: -107px;left: -150px;background: #FFF;border: 1px solid #CCC;float: left;cursor: default !important;display:none;}
.app p{line-height: 20px;color: #000;font-size: 12px;text-align: center;float: left;width: 130px;}
.app p img{width: 110px;height: 110px;margin: 10px 10px 0px 10px;}
.app .arrow3 {width: 5px;height: 10px;display: block;position: absolute;right: -5px;top: 132px；}
.erweima1{width: 130px;height: 150px;position: absolute;top: -107px;left: -150px;background: #FFF;border: 1px solid #CCC;float: left;cursor: default !important;display:none;}
.erweima1 p{line-height: 20px;color: #000;font-size: 12px;text-align: center;float: left;width: 130px;}
.erweima1 p img{width: 110px;height: 110px;margin: 10px 10px 0px 10px;}
.erweima1 .arrow3 {width: 5px;height: 10px;display: block;position: absolute;right: -5px;top: 122px;}